home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / .openwin-menu next >
Text File  |  1992-03-30  |  694b  |  26 lines

  1. #
  2. #  Example user menus for Amiga
  3. #
  4.  
  5. "Workspace" TITLE
  6.  
  7. "Programs"  MENU
  8.     "Bitmap Editor..."          X11:bin/bitmap -nodash xlogo16
  9.     "Calculator..."             X11:bin/xcalc
  10.     "Solitaire..."                X11:bin/xsol
  11.     "Maze..."                    X11:bin/maze -g 300x300+50+30
  12.     "GfxBase..."                rsh gfxbase /usr/bin/X11/xterm -ls -display amiga:0
  13. "Programs" END PIN
  14.  
  15. "Utilities" MENU
  16.         "Amiga Screenprint"     GraphicDump
  17.         "Print Window"          X11:bin/xwd -out X11:Dump.file
  18.         "Refresh" DEFAULT       REFRESH
  19.         "Restart"               RESTART
  20.         "Save Workspace"        SAVE_WORKSPACE
  21. "Utilities" END PIN
  22.  
  23. "Properties..."      PROPERTIES
  24.  
  25. "Exit..."            EXIT
  26.